# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The Spade user home page of th GIR app Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the Ace of spades user page"""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hello, Mr. Spade!")


author_pages.add_page('jbeatty', AuthorPage)
Exemple #2
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages

class AuthorPage(webapp2.RequestHandler):
    """The cbradfo6 author page of the GiR App Labs at AAMU app."""

    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("What's up, It's Court!")


author_pages.add_page('cbradfo6', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The mmaneice page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Mercedes!")


author_pages.add_page('mmaneice', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The tthomp37 author home page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tthomp37 author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm tthomp37!")


author_pages.add_page('tthomp37', AuthorPage)
Exemple #5
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages

class AuthorPage(webapp2.RequestHandler):
    """The awells13 author page of the GiR App Labs at AAMU app."""

    def get(self):
        """HTTP GET handler for the awells13 author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Ashley Wells!")


author_pages.add_page('awells13', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The aoa0006 author home page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Waddup")


author_pages.add_page('aoa0006', AuthorPage)
Exemple #7
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The kfikes3 author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the kfikes3 author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Kadejah, Fikes!")


author_pages.add_page('kfikes3', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The ualexan1 author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the ualexan1 Author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Uricka!")


author_pages.add_page('ualexan1', AuthorPage)
Exemple #9
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The jlindber author home page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Wassup, it's Justin!")


author_pages.add_page('jlindber', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The jander37 author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Josh!")


author_pages.add_page('jander37', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The pparrick author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the pparrick authors page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Peter!")


author_pages.add_page('pparrick', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages

class AuthorPage(webapp2.RequestHandler):
    """The aeagle user home page of the GiR App Labs at AAMU app."""

    def get(self):
        """HTTP GET handler for the aeagle Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Preston!")


author_pages.add_page('aeagle', AuthorPage)
Exemple #13
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The  klule author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hey this is Kelvin!")


author_pages.add_page('klule', AuthorPage)
Exemple #14
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The mhughe author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("o,o")


author_pages.add_page('mhughe', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The dwilso57 user home page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, i'm Devin!")


author_pages.add_page('dwilso57', AuthorPage)
Exemple #16
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The jmedina author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Jodi!")


author_pages.add_page('jmedina', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The tmcdani author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tmcdani author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Tacarra ")


author_pages.add_page('tmcdani', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The smartine author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, Sarina! Go Marvel!!!")


author_pages.add_page('smartine', AuthorPage)
Exemple #19
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The Adria LJ Mason author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the Adria LJ Mason Author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write(
            "Hello, guess who?!?! It's Adria LaJoyce Mason! Reinvent")


author_pages.add_page('amason6', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The Lee Steele author home page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the Lee Steele Author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hello There, I am Lee Steele.")


author_pages.add_page('lsteele3', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The amcgee user home page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the amcgee Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Anthony!")


author_pages.add_page('amcgee3', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The jnoland author of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm James!")


author_pages.add_page('jnoland', AuthorPage)
Exemple #23
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The asessom author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hey, it's Mari!")


author_pages.add_page('asessom', AuthorPage)
Exemple #24
0
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


#handle request from user "request handler"
class AuthorPage(webapp2.RequestHandler):
    """The nmai author page of the GiR App Labs at AAMU app."""

    #def-> function; part of the class
    #self -> this in java
    def get(self):
        """HTTP GET handler for the tlarsen Users page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Nhan!")


author_pages.add_page('nmai', AuthorPage)
Exemple #25
0
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The tlarsen author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the tlarsen author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm Todd Larsen!")


author_pages.add_page('tlarsen', AuthorPage)
# Copyright 2017 The GiR @ AAMU Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import webapp2

import author_pages


class AuthorPage(webapp2.RequestHandler):
    """The ijoda author page of the GiR App Labs at AAMU app."""
    def get(self):
        """HTTP GET handler for the ijoda author page."""

        self.response.headers['Content-Type'] = 'text/plain'
        self.response.write("Hi, I'm E - Joda")


author_pages.add_page('ijoda', AuthorPage)