{"id":13451155,"url":"https://github.com/rochus-keller/CrossLine","last_synced_at":"2025-03-23T18:31:54.859Z","repository":{"id":54473688,"uuid":"124807642","full_name":"rochus-keller/CrossLine","owner":"rochus-keller","description":"CrossLine is an outliner with sophisticated cross-link capabilities in the tradition of the well-respected Ecco Pro","archived":false,"fork":false,"pushed_at":"2023-05-10T22:48:31.000Z","size":721,"stargazers_count":155,"open_issues_count":6,"forks_count":6,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-28T18:14:44.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rochus-keller.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeNameDlg.cpp","contributing":null,"funding":null,"license":"LICENSE.GPL2","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-11T22:59:53.000Z","updated_at":"2024-10-10T15:45:47.000Z","dependencies_parsed_at":"2024-01-14T12:17:21.240Z","dependency_job_id":"f6211f8b-ad96-418b-ae41-e1c9047a9ef5","html_url":"https://github.com/rochus-keller/CrossLine","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochus-keller%2FCrossLine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochus-keller%2FCrossLine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochus-keller%2FCrossLine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochus-keller%2FCrossLine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rochus-keller","download_url":"https://codeload.github.com/rochus-keller/CrossLine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149409,"owners_count":20568902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:00:49.053Z","updated_at":"2025-03-23T18:31:49.844Z","avatar_url":"https://github.com/rochus-keller.png","language":"C++","funding_links":[],"categories":["C++","others","Open Source"],"sub_categories":["Native GUI"],"readme":"# Welcome to CrossLine\n\nCrossLine is an outliner with sophisticated cross-link capabilities in the tradition of the well-respected ￼ Ecco Pro. It implements the concept of \"Transclusion\" proposed by Ted Nelson and - among others - implemented in the legendary Objectory SE tool by Ivar Jacobson. It is also a full text database with built-in search engine.\n\nAn outliner (or outline processor) is a specialized type of text editor (word processor) used to create and edit outlines, which are text files which have a tree structure, for organization. Textual information is contained in discrete sections called \"nodes\", which are arranged according to their topic–subtopic (parent–child) relationships, sort of like the members of a family tree. When loaded into an outliner, an outline may be collapsed or expanded to display as few or as many levels as desired (see https://en.wikipedia.org/wiki/Outliner).\n\n![alt text](http://software.rochus-keller.ch/crosslinedemoscreenshot.png \"CrossLine Screenshot\")\n\nThe screenshot shows the demo repository (see below).\n\n## Download and Installation\n\nYou can either compile CrossLine yourself or download the pre-compiled version from here: \n\n- [Windows x86](http://software.rochus-keller.ch/CrossLine_win32.zip)\n- [Windows x64](http://software.rochus-keller.ch/CrossLine_win64.zip)\n- [Linux x86](http://software.rochus-keller.ch/CrossLine_linux_x86.tar.gz)\n- [Linux x64](http://software.rochus-keller.ch/CrossLine_linux_x64.tar.gz)\n- [Mac x64](http://software.rochus-keller.ch/CrossLine_macos_x64.zip)\n- [Mac M1](http://software.rochus-keller.ch/CrossLine_macos_m1.zip)\n\n\nThis is a compressed single-file executable which was built using the source code from here. Of course you can build the executable yourself if you want (see below for instructions). Since it is a single executable, it can just be downloaded and unpacked. No installation is necessary. You therefore need no special privileges to run CrossLine on your machine. \n\nOn Mac the terminal opens when CrossLine is run, and the menus are only active if the application was in the background one time; to avoid this the application can be included in an application bundle. Also note that the application on Mac must be started via the \"open\" command from the context menu; otherwise the system refuses to start the app.\n\nNote that the Windows versions are built with MT flag using a statically linked C/C++ runtime, so no Microsoft runtime has to be installed. The executable runs even on Windows 7.\n\nHere is a demo repository with some instructions on how to use CrossLine: [CrossLineDemo.cldb](http://software.rochus-keller.ch/CrossLineDemo.cldb)\n\nHere are the old Qt4 based versions if need be (use the new versions above if possile):\n\n- [Windows x86](http://software.rochus-keller.ch/CrossLine_win32_qt4.zip)\n- [Linux x86](http://software.rochus-keller.ch/CrossLine_linux_x86_qt4.tar.gz)\n\n\n## How to Build CrossLine\n\nThis version of CrossLine now uses [LeanQt](https://github.com/rochus-keller/LeanQt) instead of the modified Qt4 toolkit, which makes things easier. \nFollow these steps if you want to build CrossLine yourself:\n\n1. Create a new directory; we call it the root directory here.\n1. Download https://github.com/rochus-keller/BUSY/archive/refs/heads/master.zip and unpack it to the root directory; rename the resulting directory to \"build\".\n1. Download https://github.com/rochus-keller/LeanQt/archive/refs/heads/master.zip and unpack it to the root directory; rename the resulting directory to \"LeanQt\".\n1. Download https://github.com/rochus-keller/GuiTools/archive/refs/heads/master.zip and unpack it to the root directory; rename the resulting directory to \"GuiTools\".\n1. Download the CrossLine source code from https://github.com/rochus-keller/CrossLine/archive/master.zip and unpack it to the root directory; rename the resulting directory to \"CrossLine\".\n1. Download https://github.com/rochus-keller/Fts/archive/refs/heads/leanqt.zip and unpack it to the root directory; rename the resulting directory to \"Fts\".\n1. Download https://github.com/rochus-keller/Oln2/archive/refs/heads/leanqt.zip and unpack it to the root directory; rename the resulting directory to \"Oln2\".\n1. Download https://github.com/rochus-keller/Stream/archive/refs/heads/leanqt.zip and unpack it to the root directory; rename the resulting directory to \"Stream\".\n1. Download https://github.com/rochus-keller/Txt/archive/refs/heads/leanqt.zip and unpack it to the root directory; rename the resulting directory to \"Txt\".\n1. Download https://github.com/rochus-keller/Udb/archive/refs/heads/leanqt.zip and unpack it to the root directory; rename the resulting directory to \"GuiTools\".\n1. Download http://software.rochus-keller.ch/Sqlite3.zip and unpack it to the root directory, so that there is an Sqlite3 subdirectory.\n1. Open a command line in the build directory and type `cc *.c -O2 -lm -o lua` or `cl /O2 /MD /Fe:lua.exe *.c` depending on whether you are on a Unix or Windows machine; wait a few seconds until the Lua executable is built.\n1. Now type `./lua build.lua ../CrossLine` (or `lua build.lua ../CrossLine` on Windows); wait until the CrossLine executable is built; you find it in the output subdirectory.\n\nNOTE that if you build on Windows you have to first run vcvars32.bat or vcvars64.bat provided e.g. by VisualStudio (see e.g. [here](https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170) for more information) from the command line to set all required paths and environment variables.\n\nIf you already have a [LeanCreator](https://github.com/rochus-keller/LeanCreator/) executable on your machine, you can alternatively open the root_directory/CrossLine/BUSY file with LeanCreator and build it there using all available CPU cores (don't forget to switch to Release mode); this is simpler and faster than the command line build.\n\n### Lucene option\n\nIn addition to the built-in Fts engine, Lucene can be integrated. If you need this option, download and unpack http://software.rochus-keller.ch/QLucene.zip to the root directory, so that there is a QLucene subdirectory, and add the `-P HAVE_LUCENE` parameter to the build command (so it looks e.g. like `lua build.lua ../CrossLine -P HAVE_LUCENE`).\n\n## Support\nIf you need support or would like to post issues or feature requests please use the Github issue list at https://github.com/rochus-keller/CrossLine/issues or send an email to the author.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochus-keller%2FCrossLine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frochus-keller%2FCrossLine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochus-keller%2FCrossLine/lists"}