-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ManiBlitz/ManiBlitz-readme_update
Finalized Readme.MD
- Loading branch information
Showing
1 changed file
with
20 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,30 @@ | ||
## Welcome to GitHub Pages | ||
# Packo | ||
Lightweight parcel management web app for apartment complexes, condos and residences with centralized parcel storage. Version 0.1. | ||
|
||
You can use the [editor on GitHub](https://github.com/ManiBlitz/Packo/edit/master/README.md) to maintain and preview the content for your website in Markdown files. | ||
## Objectives | ||
* Provide a tool for leasing offices to better manage the different parcels coming to their desk | ||
* Enhance the security of the parcel with code generation | ||
* Negate the delay in parcel delivery and parcel returns | ||
* Improve the pricing of supplementary services linked to parcels | ||
|
||
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. | ||
|
||
### Markdown | ||
## Project characteristics | ||
The main characteristics of this project are the main base it uses which is a jsp servlets architecture. It can be called old fashioned by most but we just wanted a product that will work and that will work fast. On another note, we also used Java for development and servlet programming. | ||
|
||
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for | ||
#### JSP | ||
Java Server Page (JSP) is a technology for controlling the content or appearance of Web pages through the use of servlets, small programs that are specified in the Web page and run on the Web server to modify the Web page before it is sent to the user who requested it. Sun Microsystems, the developer of Java, also refers to the JSP technology as the Servlet application program interface (API). JSP is comparable to Microsoft's Active Server Page (ASP) technology. Whereas a Java Server Page calls a Java program that is executed by the Web server, an Active Server Page contains a script that is interpreted by a script interpreter (such as VBScript or JScript) before the page is sent to the user. For those who have a long haul experience with PHP and other scripting languages used for web development, JSP is the controller in the MVC structure of the website. The fact that it is dedicated to java web development helps for those whi have a strong experience in Java. Here is a comparison between JSP and PHP for web applications provide by Fabian Lange at the following [link](https://blog.codecentric.de/en/2008/07/comparison-of-java-and-php-for-web-applications/). | ||
|
||
```markdown | ||
Syntax highlighted code block | ||
#### Java | ||
The use of Java for the backend is pretty straightforward. This language is one of the most used with one of the largest community. It was therefore pretty simple and easy to find solutions for the different problems raised during implementation. The project is mostly completed as the main functions are fully operating. | ||
|
||
# Header 1 | ||
## Header 2 | ||
### Header 3 | ||
## Project setup | ||
The project setup is simple enough as all the libraries are included in the document. Some other libraries will be necessaries for security development and email protocols but are explained in the following part of the document. Most of programmers would already have installed Java on their machines. Also, JSP comes standard with Java, so no need for other installation. Here is the procedure to install Java at the following [link](https://java.com/en/download/help/mac_install.xml). The main required installation is the Tomcat installation. The full process is described at the following [link](https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-ubuntu-16-04). | ||
> This is an installation procedure for Ubuntu that also works for Mac. For Windows, use this [link](https://www.wikihow.com/Install-Tomcat-on-Windows-7). | ||
- Bulleted | ||
- List | ||
## Join the discussion group | ||
|
||
1. Numbered | ||
2. List | ||
You can join the discussion group of the project at the link [https://discord.gg/xDwbYMb](https://discord.gg/xDwbYMb). Don't hesitate to propose new ideas and concepts. I hope this project will grow steadily and help many residences to manage their parcels in the most efficient way possible. | ||
|
||
**Bold** and _Italic_ and `Code` text | ||
--- | ||
|
||
[Link](url) and ![Image](src) | ||
``` | ||
|
||
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). | ||
|
||
### Jekyll Themes | ||
|
||
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/ManiBlitz/Packo/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. | ||
|
||
### Support or Contact | ||
|
||
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. | ||
**Main developer**: @ManiBlitz |