Giter VIP home page Giter VIP logo

phistuck / test-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 21 KB

My very first Python application, Google App Engine based, from 2008 onward, which includes a guestbook, an issue tracker, a partial XMPP assisted messenger and flair images

Home Page: https://phistuck-app.appspot.com

License: MIT License

Python 92.55% HTML 3.05% Shell 4.40%
test issue-tracker messenger xmpp guestbook appengine-python

test-app's Introduction

test-app

My very first Python application, Google App Engine based, from 2008 onward, which includes a guestbook, an issue tracker, a partial XMPP assisted messenger and flair images.

Notes

  • Some of the features are obsolete, or rely on obsolete applications.
  • Do not take this as an example for good code. It was just something I hacked up quickly over the years for various unimportant needs.
  • The issue tracker is not trying to be secure in any way. You can use HTML freely and it will indeed run scripts. Do not even bother and do not rely on this.
  • It is open source for historical and ideological reasons.

Running from Google Cloud Shell

./serve.sh

Running without Google Cloud Shell

dev_appserver.py .

Customization options

Add a file named configuration.py that defines any, a few or all of the variables from the following example -

CUSTOM_LEGACY_MESSENGER_URL = 'http://www.legacymessenger.com'
CUSTOM_APPLICATION_ID = 'test-cool-app'
CUSTOM_AUTHOR_EMAIL = '[email protected]'
CUSTOM_MESSENGER_DEFAULTS = \
 [ \
  [CUSTOM_AUTHOR_EMAIL, 'Me', 'You'], \
  ['[email protected]', 'You', 'Me'], \
  ['[email protected]', 'Grip', 'Me'] \
 ]
CUSTOM_GITHUB_REPOSITORY = 'https://github.com/tester/test-app/'
CUSTOM_APPLICATION_TITLE = 'Applifier'
CUSTOM_COPYRIGHT_YEAR_RANGE = '2022'
CUSTOM_COPYRIGHT_HOLDER = 'Bug'

License

MIT. Do whatever you want, basically.

test-app's People

Contributors

phistuck avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.