Git Product home page Git Product logo

dyn-wiki's Introduction

I live in Florianópolis/Brazil. I started programming with game development and discovered the world of web development when I was on a technical high school. I love learning new things and putting it in practice. So I'm constantly learning and improving myself professionally and personally.

🚀 Technologies

I also experimented

💬 Reach me out!

  https://www.linkedin.com/in/vinicius-portela/
           [email protected]

dyn-wiki's People

Contributors

viniciusaportela avatar

Watchers

 avatar

dyn-wiki's Issues

Improve Home Page

Improve home page. Put list of articles with a little description, title and image. Also show a list of articles on left side

📖 Improve Docs

📖 Improve Docs

  • Portuguese Version (Translation)
  • Add Tags to Summary
  • Center FileStructure Image
  • Explain each tag
    • img
    • cmd
    • scripts
    • file
    • only32
    • only64
    • onlyWindows
    • onlyLinux

Cache System

Implement a cache system, so when a page with some configuration was already rendered it doesn't need to be processed again.

Save Articles Metadata inside a Database

Task

**Objetive: ** Save articles metadata as version, languages, and others to a storage database. The storage system can be choose by the user (if the dynwiki support it). Storage types and schemes are currently in discussion.

📖 Improve README.md

Improve README.md

  • Put Image Header
  • Explains Better the Project
  • Languages
    • Português
    • English
  • Show Current State and Objectives

Fix Some Ways of Encapsulation not Working

Using some specific ways of encapsuling with tags doesn't work, like bellow:

<scripts>
	<only32>
		</file tag='script-file' src='script_x86.sh' name='install_xampp.sh'>
	</only32>
	<only64>
		</file tag='script-file' src='script_64.sh' name='install_xampp.sh'>
	</only64>
</scripts>

Have to use like this:

<only32>
	<scripts>
		</file tag='script-file' src='script_x86.sh' name='install_xampp.sh'>
	</scripts>
</only32>
<only64>
	<scripts>
		</file tag='script-file' src='script_x64.sh' name='install_xampp.sh'>
	</scripts>
</only64>

Fix to accept any type of encapsulation

Transform scripts into fileContainer

Task

Objetive: Transform the scripts into fileContainer

Reason: this tag support any type of file (not just scripts), so it's more convenient to change it's name

Get Properties from Tags

Get properties from tags, like if a command is inputed as sudo or not, and other important things. It's already implemented in . But have to be implemented in all tags

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.