sannex-01 / copydoc

CopyDoc is an open source software for creating a document with iterate copy of text on paper(s). It was launched on 9 May, 2023.

Home Page:https://bit.ly/freecopydoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CopyDoc

CopyDoc is an open source software for creating a document with iterate copy of text on paper(s). It was launched on 9 May, 2023.

Table of Content

Project Structure

.
├── css/                # External styling
├── images/             # Images and logo
├── js/                 # Custom javascript codes
├── vendors/
│   ├── css/            # Extra CSS vendor
│   ├── font-awesome/   # For fa fonts
│   ├── jquery/         # JQuery vendor
│   ├── js/             # Extra Js vendor
│   └── typicons/       # For typcn fonts
├── .gitignore          # git ignore list
├── display.php         # print page
└── index.html          # Home/editing page

Quick Start

There are mainly two ways to make use of this software,

Local Server Installation

  • Firstly, you have to install Xampp on your PC for local hosting, visit xampp download page to download.

  • Install Xampp on your PC.

  • Click Download to get CopyDoc source code (Zip file)

  • Extract the zip file to C:\Xampp\htdocs (For Windows OS), or /opt/lampp/htdocs (For Linux OS), or /Applications/XAMPP/htdocs (For Mac OS)

Note: You can find htdocs location (in respect to your PC's Operating System) by checking xampp site.

  • After you have successfully extract zip file into htdocs folder, open Xampp and start Apache

  • Open your Web Browser and run localhost/copydoc-production

******** Wish you the Best! :) ********

Contribution

This project is open for contributions. The production branch includes the commits that will be uploaded to CopyDoc Online Server for updates. The test branch is open to the public to contribute, and the commits pushed will be reviewed by selected contributors before they are merged to production branch.

Developers

About

CopyDoc is an open source software for creating a document with iterate copy of text on paper(s). It was launched on 9 May, 2023.

https://bit.ly/freecopydoc

License:Apache License 2.0


Languages

Language:CSS 96.7%Language:HTML 2.3%Language:JavaScript 0.8%Language:PHP 0.3%