Re: [PR] Revamp Gora Site [gora-site]

2024-04-05 Thread via GitHub


RedYetiDev commented on PR #3:
URL: https://github.com/apache/gora-site/pull/3#issuecomment-2040849854

   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-05 Thread via GitHub


lewismc merged PR #3:
URL: https://github.com/apache/gora-site/pull/3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-05 Thread via GitHub


RedYetiDev commented on PR #3:
URL: https://github.com/apache/gora-site/pull/3#issuecomment-2039654265

   The code has been squashed for ease of future merging.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


RedYetiDev commented on code in PR #3:
URL: https://github.com/apache/gora-site/pull/3#discussion_r1552294970


##
README.md:
##
@@ -1,5 +1,43 @@
-# Pelican ASF Website
+# Apache Gora Website
 
-See [ASF-Pelican](https://infra.apache.org/asf-pelican.html)
+Welcome to the Apache Gora website repository! This README provides guidance 
on building the website locally for development or testing purposes.
 
-See [migration notes](migration/README.md)
+## Building Locally
+
+To build this website locally, follow these steps:
+
+### Prerequisites
+- Ensure that you have [Python 3](https://python.org) installed on your system.
+
+### Setup
+1. Clone this repository to your local machine.
+
+```bash
+git clone https://github.com/apache/gora-site.git
+```
+
+2. (Optional) Set up a new Python virtual environment.
+
+```bash
+python3 -m venv env
+source env/bin/activate
+```
+
+3. Install the required Python packages using pip.
+
+```bash
+pip install -r requirements.txt
+```
+> Note: You may also need to run `pip install pelican[markdown]`
+
+### Building
+4. Utilize Pelican to generate the website.
+
+```bash
+pelican content

Review Comment:
   Marking as resolved as I see no reason for change, if you think otherwise 
please let me know



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


RedYetiDev commented on PR #3:
URL: https://github.com/apache/gora-site/pull/3#issuecomment-2037727584

   Okay, @lewismc, I've made the changes requested. Once you confirm there is 
nothing else, I'll squash the commits for clarity.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


RedYetiDev commented on code in PR #3:
URL: https://github.com/apache/gora-site/pull/3#discussion_r1552079396


##
README.md:
##
@@ -1,5 +1,43 @@
-# Pelican ASF Website
+# Apache Gora Website
 
-See [ASF-Pelican](https://infra.apache.org/asf-pelican.html)
+Welcome to the Apache Gora website repository! This README provides guidance 
on building the website locally for development or testing purposes.
 
-See [migration notes](migration/README.md)
+## Building Locally
+
+To build this website locally, follow these steps:
+
+### Prerequisites
+- Ensure that you have [Python 3](https://python.org) installed on your system.
+
+### Setup
+1. Clone this repository to your local machine.
+
+```bash
+git clone https://github.com/apache/gora-site.git
+```
+
+2. (Optional) Set up a new Python virtual environment.
+
+```bash
+python3 -m venv env
+source env/bin/activate
+```
+
+3. Install the required Python packages using pip.
+
+```bash
+pip install -r requirements.txt
+```
+> Note: You may also need to run `pip install pelican[markdown]`

Review Comment:
   Resolved. Once I resolve the rest, I will squash.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


RedYetiDev commented on PR #3:
URL: https://github.com/apache/gora-site/pull/3#issuecomment-2037711998

   > ```
   > current/gora-shims.md - Gora Core Module
   > id="description" is a duplicate
   > id="dependency-definition" is a duplicate
   > id="description" is a duplicate
   > id="description_1" is a duplicate
   > id="dependency-definition" is a duplicate
   > id="dependency-definition_1" is a duplicate
   > id="description" is a duplicate
   > id="description_1" is a duplicate
   > id="description_2" is a duplicate
   > id="dependency-definition" is a duplicate
   > id="dependency-definition_1" is a duplicate
   > id="dependency-definition_2" is a duplicate
   > ```
   The duplicated IDs won't affect anything, if you'd like me to remove them I 
can, but they don't affect anything.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


RedYetiDev commented on code in PR #3:
URL: https://github.com/apache/gora-site/pull/3#discussion_r1552070521


##
README.md:
##
@@ -1,5 +1,43 @@
-# Pelican ASF Website
+# Apache Gora Website
 
-See [ASF-Pelican](https://infra.apache.org/asf-pelican.html)
+Welcome to the Apache Gora website repository! This README provides guidance 
on building the website locally for development or testing purposes.
 
-See [migration notes](migration/README.md)
+## Building Locally
+
+To build this website locally, follow these steps:
+
+### Prerequisites
+- Ensure that you have [Python 3](https://python.org) installed on your system.
+
+### Setup
+1. Clone this repository to your local machine.
+
+```bash
+git clone https://github.com/apache/gora-site.git
+```
+
+2. (Optional) Set up a new Python virtual environment.
+
+```bash
+python3 -m venv env
+source env/bin/activate
+```
+
+3. Install the required Python packages using pip.
+
+```bash
+pip install -r requirements.txt
+```
+> Note: You may also need to run `pip install pelican[markdown]`
+
+### Building
+4. Utilize Pelican to generate the website.
+
+```bash
+pelican content

Review Comment:
   I know, stdout has been complaining about that from even before my changes, 
but it didn't cause an issue, so I left it be.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


RedYetiDev commented on code in PR #3:
URL: https://github.com/apache/gora-site/pull/3#discussion_r1552069460


##
README.md:
##
@@ -1,5 +1,43 @@
-# Pelican ASF Website
+# Apache Gora Website
 
-See [ASF-Pelican](https://infra.apache.org/asf-pelican.html)
+Welcome to the Apache Gora website repository! This README provides guidance 
on building the website locally for development or testing purposes.
 
-See [migration notes](migration/README.md)
+## Building Locally
+
+To build this website locally, follow these steps:
+
+### Prerequisites
+- Ensure that you have [Python 3](https://python.org) installed on your system.
+
+### Setup
+1. Clone this repository to your local machine.
+
+```bash
+git clone https://github.com/apache/gora-site.git
+```
+
+2. (Optional) Set up a new Python virtual environment.
+
+```bash
+python3 -m venv env
+source env/bin/activate
+```
+
+3. Install the required Python packages using pip.
+
+```bash
+pip install -r requirements.txt
+```
+> Note: You may also need to run `pip install pelican[markdown]`

Review Comment:
   Depending on the system, will need to escape it in quotes: `pip install 
"pelican[markdown]"`, I can update the README if need be



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


lewismc commented on PR #3:
URL: https://github.com/apache/gora-site/pull/3#issuecomment-2037702411

   The `Nightly Trunk Javadoc` hyperlink target is broken. I’m honestly not 
sure what it should be anymore. It looks like the Gora build at 
https://ci-builds.apache.org/job/Gora/ are… somewhat neglected. 
   
   I think we can remove the navigation to the Gora wikipedia entry at 
http://en.wikipedia.org/wiki/Apache_Gora
   
   Also the Sonar Analysis navigation can be removed 
https://analysis.apache.org/dashboard/index/76356
   
   Finally, the `Nightly Builds` navigation can be removed at 
https://builds.apache.org/view/All/job/gora-trunk/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


lewismc commented on PR #3:
URL: https://github.com/apache/gora-site/pull/3#issuecomment-2037693486

   Additionally in the pelican output I see the following
   ```
   current/gora-shims.md - Gora Core Module
   id="description" is a duplicate
   id="dependency-definition" is a duplicate
   id="description" is a duplicate
   id="description_1" is a duplicate
   id="dependency-definition" is a duplicate
   id="dependency-definition_1" is a duplicate
   id="description" is a duplicate
   id="description_1" is a duplicate
   id="description_2" is a duplicate
   id="dependency-definition" is a duplicate
   id="dependency-definition_1" is a duplicate
   id="dependency-definition_2" is a duplicate
   ```
   
   and
   
   ```
   current/gora-pig.md - Gora Pig Module
 ToC
   #primitivesimple-types
   #introduction
   #reading-from-datastores
   #overview
   #deleting-elements
   #writing-to-datastores
   #data-models
   #complex-types
   #full-options-for-load
   current/gora-core.md - Gora Core Module
   id="description" is a duplicate
   id="goraproperties" is a duplicate
   id="description" is a duplicate
   id="description_1" is a duplicate
   id="goraproperties" is a duplicate
   id="goraproperties_1" is a duplicate
   id="description" is a duplicate
   id="description_1" is a duplicate
   id="description_2" is a duplicate
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


lewismc commented on code in PR #3:
URL: https://github.com/apache/gora-site/pull/3#discussion_r1552055862


##
README.md:
##
@@ -1,5 +1,43 @@
-# Pelican ASF Website
+# Apache Gora Website
 
-See [ASF-Pelican](https://infra.apache.org/asf-pelican.html)
+Welcome to the Apache Gora website repository! This README provides guidance 
on building the website locally for development or testing purposes.
 
-See [migration notes](migration/README.md)
+## Building Locally
+
+To build this website locally, follow these steps:
+
+### Prerequisites
+- Ensure that you have [Python 3](https://python.org) installed on your system.
+
+### Setup
+1. Clone this repository to your local machine.
+
+```bash
+git clone https://github.com/apache/gora-site.git
+```
+
+2. (Optional) Set up a new Python virtual environment.
+
+```bash
+python3 -m venv env
+source env/bin/activate
+```
+
+3. Install the required Python packages using pip.
+
+```bash
+pip install -r requirements.txt
+```
+> Note: You may also need to run `pip install pelican[markdown]`
+
+### Building
+4. Utilize Pelican to generate the website.
+
+```bash
+pelican content

Review Comment:
   I was able to see the website deployed locally with `pelican content -l`.
   `stdout` complained about `Cannot load plugin pelican-gfm`
   Content was served at http://127.0.0.1:8000 which is really useful



##
README.md:
##
@@ -1,5 +1,43 @@
-# Pelican ASF Website
+# Apache Gora Website
 
-See [ASF-Pelican](https://infra.apache.org/asf-pelican.html)
+Welcome to the Apache Gora website repository! This README provides guidance 
on building the website locally for development or testing purposes.
 
-See [migration notes](migration/README.md)
+## Building Locally
+
+To build this website locally, follow these steps:
+
+### Prerequisites
+- Ensure that you have [Python 3](https://python.org) installed on your system.
+
+### Setup
+1. Clone this repository to your local machine.
+
+```bash
+git clone https://github.com/apache/gora-site.git
+```
+
+2. (Optional) Set up a new Python virtual environment.
+
+```bash
+python3 -m venv env
+source env/bin/activate
+```
+
+3. Install the required Python packages using pip.
+
+```bash
+pip install -r requirements.txt
+```
+> Note: You may also need to run `pip install pelican[markdown]`

Review Comment:
   ```
   (env) ➜  gora-site git:(main) pip install pelican[markdown]
   zsh: no matches found: pelican[markdown]
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Revamp Gora Site [gora-site]

2024-04-04 Thread via GitHub


RedYetiDev commented on PR #3:
URL: https://github.com/apache/gora-site/pull/3#issuecomment-2037659162

   Sure! I added `markdown` the requirements.txt, as it should've been there in 
the first place, and I redid the README.md file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org