Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seba-1511/persho
A personal homepage for everybody
https://github.com/seba-1511/persho
Last synced: 11 days ago
JSON representation
A personal homepage for everybody
- Host: GitHub
- URL: https://github.com/seba-1511/persho
- Owner: seba-1511
- Created: 2013-07-01T13:50:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-02T22:11:06.000Z (about 11 years ago)
- Last Synced: 2024-12-02T18:58:29.401Z (24 days ago)
- Language: Python
- Size: 1.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PersHo
======A personal homepage for everybody
Requirements:
--------
* Installable with a simple git clone
* Links collection like ethz1.goat.ch - Public
* Personal Link collection to my other services - Public
* Quick Notes, twitter-like - Hidden but shareable
* Todo's - Private
* Uses Django 1.5 for backend
* Uses AngularJS for front-end
* Local SQLite to store everything.Structure of Database:
------------* **Links**: Name | Link | Date | Id
* **Personal**: Name | Link | Date | Id
* **Notes**: Title | Content | Date | Id
* **Todo's**: State | Content | Date | Id