Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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