CaptainPatate / ascfpmfsrt

A Simple CFP manager For Small Researcher Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About ASCFPMFSRT

ASCFPMFSRT is an acronym which stand for "A Simple Call For Paper Manager For Small Researcher Team". It is useful to maintain a thematic list of CFP in a researcher team.

License

This software is distributed under MIT license. See LICENSE file

Installation

This software uses the App Engine framework Python legacy runtime Evironment (Python 2.5). To run ASCFPMFSRT, you need to create an App Engine Account. The account is free and Google gives you a free amount of quota which should be sufficient to run this software in the most case (see here for more details about App Engine Quotas.

  1. You need to download the App Engine SDK for your platform and install it.

  2. You need to create an App Engine Application.

  3. Download this software.

  4. Use the App Engine SDK to upload this software on your App Engine instance. For example on unix I use this command:

    [ascfpmfsrt]$ appcfg.py -A myinstancename update .

And that's it!

Add an user

  1. Ask your user to login into your instance of ASCFPMFSRT.
  2. Go to your instance dashboard
  3. Go to the "Logs" tab and choose to display severity of type INFO
  4. Look for line like this: The unauthorized user "te@example.com (te@example.com) <121840173433018753431>" tried to connect.
  5. Go in the Datastore Viewer tab then in the Create sub-tab:
  6. Choose the kind "AuthorizedUser" and go to "next"
  7. Copy the value which is between angle brackets in the log to the value input form then save the entity.
  8. The user is now authorized to use the application

Atom feeds

We can access to Atom feeds with these URLs:

About

A Simple CFP manager For Small Researcher Team

License:MIT License


Languages

Language:Python 100.0%