All Projects → POSSF → POSSF

POSSF / POSSF

Licence: GPL-3.0 license
Persian Open Source Software Festival - اولین جشنواره نرم افزار اوپن سورس فارسی (جشنواره متن باز و منبع باز فارسی)

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to POSSF

CodeBucket
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 22 (-42.11%)
Mutual labels:  open-source-community
Mozilla-Italia-l10n-guide
Mozilla Italia localization guide, made by volunteers localizers for volunteer localizers!
Stars: ✭ 14 (-63.16%)
Mutual labels:  open-source-community
OpenSourceTutorials-Android
Android Programming With Kotlin/JVM (Open Source Tutorials)
Stars: ✭ 15 (-60.53%)
Mutual labels:  open-source-community
Open Source Ideas
💡 Looking for inspiration for your next open source project? Or perhaps you've got a brilliant idea you can't wait to share with others? Open Source Ideas is a community built specifically for this! 👋
Stars: ✭ 5,706 (+14915.79%)
Mutual labels:  open-source-community
about
Home to all of our staff information, decision-making rules and processes. It is our staff manual that can be developed collaboratively with the community and reused by everyone.
Stars: ✭ 26 (-31.58%)
Mutual labels:  open-source-community
mighty-watcher
Open source made easier
Stars: ✭ 44 (+15.79%)
Mutual labels:  open-source-community
proyecto26.github.io
The Proyecto26 github homepage.
Stars: ✭ 32 (-15.79%)
Mutual labels:  open-source-community
open-source-ideas.github.io
Website for mikaelbr/open-source-ideas
Stars: ✭ 25 (-34.21%)
Mutual labels:  open-source-community

اولین جشنواره نرم افزار اوپن سورس فارسی

Persian Open Source Software Festival

A community for open-source programmers and software engineers.

Do you want to Support? So add yourself

  • Star this repository
  • Fork this repository
  • Create a new Markdown file with your GitHub username at _networks. For example, if your GitHub username is Max, you should create a Markdown file named max.md in the _networks folder. So, the directory to your file should be _networks/max.md.
  • Copy the template below and paste it to the Markdown file you've just created. (First line should NOT be blank.)
  • Save your file and send a Pull Request.
  • Just wait until we merge your PR.
  • Voila! You are now a part of our community.

Card Structure Template

---
layout: network
permalink: /network/your-github-username-without-space/ <!-- GITHUB-USERNAME -->
name: Your full name
github: your-github-username
website: http://site.org/ <!-- LINK TO YOUR WEBSITE or link of a Social network -->
email: [email protected]
instagram: <!-- LEAVE EMPTY OR PUT LINK TO YOUR PROFILE -->
twitter: <!-- LEAVE EMPTY OR PUT LINK TO YOUR PROFILE -->
linkedin: <!-- LEAVE EMPTY OR PUT LINK TO YOUR PROFILE -->
facebook: <!-- LEAVE EMPTY OR PUT LINK TO YOUR PROFILE -->
country: Iran
location: Isfahan
role: Web Developer
languages: c php js css3 html5 <!-- YOU SHOULDN'T USE SPACE IN THE NAME OF THE PROGRAMMING LANGUAGE -->
---

A short biography and a short text about your technical skills.

POSSF (Persian OSS Festival)

Persian Open Source Software Festival

جشنواره اوپن سورس فارسی

جشنواره نرم افزار اوپن سورس فارسی

جشنواره نرم افزار منبع باز فارسی

جشنواره نرم افزار متن‌باز فارسی

نرم افزار متن‌باز

نرم افزار منبع باز

نرم افزار اوپن سورس

اوپن سورس

نرم افزار آزاد

سخنران های جشنواره اوپن سورس فارسی

کارگاه های جشنواره اوپن سورس فارسی

Compile POSSF Website Project

Using Docker

Do you want to easily run the project using Docker? Okay so:

  • Install docker and docker-compose package
  • Start docker service in your operation system
  • run docker-compose up command in this directory
  • open the link at the browser

Manually

Install requirement packages from Gemfile:

$ bundle install

Or install manually one by one:

$ gem install jekyll
$ gem install jekyll-sitemap
$ gem install jekyll-target-blank

Running and serve website

$ bundle exec jekyll serve
Configuration file: /home/max/OpenSource/POSSF-Web/_config.yml
            Source: /home/max/OpenSource/POSSF-Web
       Destination: /home/max/OpenSource/POSSF-Web/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 0.13 seconds.
 Auto-regeneration: enabled for '/home/max/OpenSource/POSSF-Web'
    Server address: http://127.0.0.1:4000
  Server running... press ctrl-c to stop.

Known problems

WARNING: You don't have /home/max/.gem/ruby/2.7.0/bin in your PATH,

If you face to similar warning/error:

WARNING:  You don't have /home/max/.gem/ruby/2.7.0/bin in your PATH,
    gem executables will not run.
Successfully installed jekyll-4.1.1
1 gem installed

Try this:

nano ~/.bashrc
export PATH="$HOME/.gem/ruby/2.7.0/bin:$PATH"

convertible.rb:222:in `write': Permission denied @ rb_sysopen

[max@workstation POSSF]$ jekyll serve
Configuration file: /home/max/Projects/POSSF/POSSF/_config.yml
            Source: /home/max/Projects/POSSF/POSSF
       Destination: /home/max/Projects/POSSF/POSSF/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
Building site for language: "en" to: /home/max/Projects/POSSF/POSSF/_site/en
       Jekyll Feed: Generating feed for posts
Loading translation from file /home/max/Projects/POSSF/POSSF/_i18n/en.yml
                    ------------------------------------------------
      Jekyll 4.2.0   Please append `--trace` to the `serve` command
                     for any additional information or backtrace.
                    ------------------------------------------------
/home/max/.local/share/gem/ruby/3.0.0/gems/jekyll-4.2.0/lib/jekyll/convertible.rb:222:in `write': Permission denied @ rb_sysopen - /home/max/Projects/POSSF/POSSF/_site/en/404.html (Errno::EACCES)

You have to remove _site directory by sudo rm -rf _site and this will fixed.

Running both of docker image and jekyll

If you run both docker and jekyll localy, maybe some problems cause and you can fix it by easily remove .jekyll-cache directory by sudo rm -rf .jekyll-cache.

Related outdated repositories

Template:

Actions:


© Copyright Max Base 2020

© Copyright POSSF Team 2021

© Copyright GitHub 2021 (During Negotiation to GitHub staff)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].