-
Notifications
You must be signed in to change notification settings - Fork 43
Home
J. Garrett Morris edited this page Jan 3, 2017
·
18 revisions
Welcome to the Links wiki!
This wiki contains some information about development and some documentation of recent features.
- Database setup describes how to configure Links to use an external database (currently only documents Postgres but others are similar)
- Module System describes the module system currently under development in the modules branch.
- Nested query results describes Links's support for queries that produce nested results.
- Realpages describes how Links now generates all web pages on the server even if they contain contain code that must be run on the client.
- AppServer describes Links's in-process web server.
- Branch information lists all "active" branches and their status.
- Working conventions describes some conventions for how we plan to use git development.
- Running the test suite describes how to run the tests (including database tests).
- Release checklist lists steps to perform when creating a new stable release.