https://github.com/tegridydev/xanadu-2
xanadu-2 is a modernized revision of Ted Nelson's classic Project Xanadu
https://github.com/tegridydev/xanadu-2
Last synced: about 2 months ago
JSON representation
xanadu-2 is a modernized revision of Ted Nelson's classic Project Xanadu
- Host: GitHub
- URL: https://github.com/tegridydev/xanadu-2
- Owner: tegridydev
- Created: 2024-05-26T05:54:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T20:58:42.000Z (12 months ago)
- Last Synced: 2025-02-01T08:46:46.448Z (4 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xanadu-2
xanadu-2 is a modernized revision of Ted Nelson's classic Project Xanadu
## Inspiration
The inspiration behind xanadude (xanadu-2) comes from Project Xanadu®, which was founded in 1960 by Ted Nelson. Project Xanadu is the original hypertext project and aimed to create a universal network of interconnected documents. It was the first project to envision a world where all kinds of information could be easily linked together, pretty cool huh.
Project Xanadu introduced concepts such as visible connections (links) between documents, bi-directional links, and version management of information. These ideas morphed over the years into that thing called WWW or something like that!
For more information about Project Xanadu, visit [Xanadu's official website](https://xanadu.com/xUniverse-D6).
## Running xanadu-2
Run the main application:
```python
python main_app.py
```## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.