DESCRIPTION
Civilizer is a web application for Notetaking or Personal Knowledge Management (PKM)
- knowledge/expertise/tips/tricks for your job
- temporary memo/notes
- schedules/plans
- detailed procedures you often forget for infrequent tasks
- e.g., installing printer drivers on your computers, submitting a tax return, …
- expressions/vocabularies (e.g. when you learn a foreign language)
- ideas/inspirations
- todo list for your job or life
- insightful maxims/proverbs/humors
- and whatever knowledge/information you may want to access later.
Civilizer looks like a notetaking application like Evernote.
But unlike a native desktop application, it runs on your browser, so more Web-Friendly.
DESCUSSION
Civilizer can keep your data in various forms including:
- text
- can be authored in Markdown with a dedicated editor
- hyper links
- images
- videos
- and other file types
It can help you efficiently organize/structure your data by:
- tagging your data
- relating data with one another
- bookmarking data you access frequently
- organizing your files in a directory structure
Civilizer has a Full Text Search functionality to greatly help you access right data at the right time
See screenshots or tutorial video
PREREQUISITES
Java Runtime Environment (JRE)
Supported platforms:
Supported browsers: (note that old versions may not work correctly)
- Firefox
- Safari
- Chrome
- Opera
- Edge
- Internet Explorer
- 9/10/11 ( 9 or 10 may not render some styles correctly )
- Doesn’t support IE 8
HOW TO INSTALL AND RUN
- Make sure your system has JRE (version 7+) installed prior to launching the app.
- Type and run
java -version
from the command prompt to confirm your system JRE version.
- Download the latest release of Civilizer and extract its content on your machine.
- Run it with the following instruction.
- Windows Users:
- Just execute
civilizer-win32.exe
.
- Alternatively, execute
run-civilizer.bat
from the command line.
- Other OS Users:
- Execute
run-civilizer.sh
from your shell command line.
- You’ll see a System Tray Icon appearing unless you run it on Linux systems.
- [For Linux Users] Currently, system tray icon is not supported on Linux because underlying systems (OS or JVM or both) apparently have technical problems in supporting Java’s system tray icon feature.
- The icon will stay in red during the loading process.
- It’ll take a while to complete the loading.
- With the loading finished, the icon color changes, and Civilizer can be accessed via your browser.
- Access Civilizer.
- If everything has gone well, your default browser will automatically launch or be focused on most of major systems.
- If your browser doesn’t respond, access Civilizer manually.
- Right-click on Civilizer’s system tray icon (maybe left-click depending on your OS), and choose the menu saying
Browse
.
- Alternatively, manually access the following URL with your browser.
http://localhost:8080/civilizer/app/home
- When you first access Civilizer, the application will guide you to its authentication page.
- Initial credential is as follows:
- username:owner
- password:owner
- After authenticated, you can reach the default page of the application.
- Click on the man icon located at the top-right corner of the page.
- Change username or password by accessing ‘Change Profile’ menu.
HOW TO UNINSTALL
- Just remove the extracted folder.
- Remove the
.civilizer
folder (containing user settings and data) in your user directory if it exists.
HOW TO BUILD
Refer to this page
### OTHER PROJECTS FROM THE AUTHOR
CREDITS
Civilizer has been inspired by Piggydb developed by Daisuke Morita.
COPYRIGHT/LICENSE/DISCLAIMER
Copyright (c) 2014-2018 Suewon Bahng, suewonjp@gmail.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
CONTRIBUTORS
Suewon Bahng
Other contributors are welcome!
Updated by Suewon Bahng ( May 2018 )