MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

  • turbo

turbo

  • https://github.com/magiblot/turbo

An experimental text editor based on Scintilla and Turbo Vision.

Install on debian

   1 git clone https://github.com/magiblot/turbo.git --recursive
   2 cd turbo
   3 sudo apt install libncursesw5-dev gpm libgpm-dev
   4 cmake . -DCMAKE_BUILD_TYPE=Release 
   5 cmake --build .
   6 sudo cp turbo /usr/local/bin/
   7 sudo cp doc/turbo.1 /usr/local/man/man1/
   8 turbo `find . -type f -name '*.java' -o -name '*.py' -o -name '*.sh'   `

Install on Slackware

   1 git clone https://github.com/magiblot/turbo.git --recursive
   2 cd turbo
   3 cmake . -DCMAKE_BUILD_TYPE=Release
   4 cmake --build . 
   5 sudo cp turbo /usr/local/bin/
   6 sudo cp doc/turbo.1 /usr/local/man/man1/
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01