From 8d60d656e024c8f84bfb7bba7eeae4d4f58d8b15 Mon Sep 17 00:00:00 2001 From: Dmitry Barashev Date: Tue, 23 Oct 2012 01:14:49 +0400 Subject: [PATCH 1/2] a short plan --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bafa964..b8a6fd8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ papeeria ======== -Papeeria is an IDE for your computer science papers +Papeeria is an IDE for your computer science papers. + +**Three-month plan** + +1. Create a LaTeX editor running in single-user mode. + 1. Syntax highlighting + 2. File management + 3. Compilation and PDF preview From 95c705123c36920bbd89ae7028a8f6cc5412a443 Mon Sep 17 00:00:00 2001 From: Dmitry Barashev Date: Tue, 23 Oct 2012 01:23:22 +0400 Subject: [PATCH 2/2] explained what is file management --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a6fd8..c0215e3 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Papeeria is an IDE for your computer science papers. 1. Create a LaTeX editor running in single-user mode. 1. Syntax highlighting - 2. File management + 2. File management: create/delete/rename files on the server side; upload/download ZIP archives 3. Compilation and PDF preview