PyLucid related terms and definitions
-
breadcrumb trail
- Breadcrumbs is a navigation aid and gives users a way to keep track of their locations.
-
CGI
- Common Gateway Interface, a protocol for calling external software via a web server to deliver dynamic content
-
compilemessages
- Compiles .po files created with makemessages to .mo files for use with the builtin gettext support.
-
Content management system
- PyLucid is a web based CMS
-
context_middleware.py
- PyLucid specific plugin API
-
dbtemplates
- Django app used by PyLucid, it's a template loader for database stored templates
-
Django Framework
- Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
-
django-tools
- miscellaneous tools for django (a PyLucid CMS requirement)
-
fastCGI
- FastCGI is a protocol for interfacing web applications with a web server.
-
internal page
- old PyLucid term for django template snippets
-
IRC
- Internet Relay Chat (IRC) is a form of real-time Internet text messaging (chat)
-
jQuery
- jQuery is a fast and concise JavaScript Library.
-
JS-SHA-Login
- PyLucid plugin for a secure Login without https
-
locale_settings.py
- Storage for all user defined PyLucid/Django settings
-
makemessages
- create/update *.po message file with all strings marked for translation
-
mod_WSGI
- An Apache HTTP Server module that provides a WSGI compliant interface for hosting Python based web applications under Apache.
-
Open Source
- Software that can be used, studied, and modified without restriction.
-
OpenStreetMap
- OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world.
-
page shortcut
- old PyLucid term for page slug
-
PageContent
- PyLucid model witch store the content of a normal CMS page.
-
PageMeta
- PageMeta is a PyLucid models witch holds language depend meta information.
-
PageTree
- The PageTree is a PyLucid model witch holds the menu tree.
-
Plugin Preferences
- PyLucid plugin settings using the DBpreferences django app.
-
plugin template
- Small django template snippes for plugin output
-
PluginPage
- Information witch plugin should generate the content
-
PyLucid
- PyLucid is the CMS thats built this page.
-
PyLucid standalone package
- The PyLucid "Standalone package" is a easy way to use PyLucid without a virtualenv.
-
Python
- Python is a programming language. PyLucid is written in Python.
-
python-creole
- open-source markup converter in pure Python for: creole2html, html2creole, html2ReSt, html2textile
-
QR-Codes
- QR Code is a 2D bar code, usefull for Mobile-Tagging.
-
requirements
- A pip requirements file is a text file with a list of packages that work together.
-
static media files
- Static files like images, CSS, JavaScript, etc. which linked in a web page.
-
SVN
- In software development, Subversion (SVN) is a version-control system
-
TOC
- PyLucid plugin 'Table of content'
-
virtualenv
- virtualenv is a tool to create isolated Python environments.
-
WSGI
- Python "Web Server Gateway Interface"
-
_install section
- PyLucid install pages (obsolete)