Skip to content

Hackpad is a web-based realtime wiki.

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
COPYING
Notifications You must be signed in to change notification settings

coreseekdev/librepad

 
 

Repository files navigation

About LibrePad

LibrePad is a web-based realtime wiki, based on the open source HackPad document editor which based on the open source EtherPad collaborative document editor.

The etherpad package is distributed under the Apache License, Version 2.0.

All other packages are redistributed under their original license terms. See below for a license summary of redistributed software. More comprehensive license information can be found in the documentation of each package.

This document contains licensing information relating to the use of free and open-source software (FOSS) with or within the Hackpad software. The authors, licensors, and distributors of the FOSS disclaim all express or implied conditions, representations, and warranties relating to the FOSS and any liability arising from use and distribution of the FOSS.

This document identifies the FOSS packages used in the Hackpad software, the FOSS licenses that Dropbox believes govern those FOSS packages. While Dropbox has sought to provide complete and accurate licensing information for each FOSS package, Dropbox does not represent or warrant that the licensing information provided herein is correct or error-free. Recipients of the Hackpad software should investigate the identified FOSS packages to confirm the accuracy of the licensing information provided herein. Recipients are also encouraged to notify Dropbox of any inaccurate information or errors found in these notices.

Runing

python t_server.py

After running the server,

Not working

LibrePad is at very early stage, most of the features are misfunctional.

In HackPad, they used ejs template system, all the html building blocks make a mess and used a strange JVM based JS engine. In LibrePad, I use Jinja2 as the template Engine, and a simple python web framework, Flask as the backend.

  • Welcome Page
  • List Pads Page
  • Pad Editor (/pad/<pad_name>)

TODO

  • Change the Jinja2 template into React
  • Adopt modern node.js building system, Gulp, Grunt, etc
  • Support Full Hackpad's API / URL Routing
  • Upgrade ACE to the lastest version
  • Add the Comet back ( Websockets, whatever)

NOTICE

I do NOT want to involve any database dependency into the backend, store data in plain text format instead.

About

Hackpad is a web-based realtime wiki.

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 37.9%
  • JavaScript 35.3%
  • Objective-C 18.0%
  • CSS 3.1%
  • HTML 2.7%
  • Scala 1.9%
  • Other 1.1%