gitweb是Web应用程序还是Web应用程序的客户端? [英] Is gitweb a web application or the client of a web application?

查看:97
本文介绍了gitweb是Web应用程序还是Web应用程序的客户端?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对Web界面和Web应用程序的术语感到困惑.

I am confused about the terms of web interfaces and web applications.

  1. https://git-scm.com/docs/gitweb#_webserver_configuration

本节说明如何配置一些常见的Web服务器以运行gitweb.

This section explains how to configure some common webservers to run gitweb.

是否暗示gitweb是一个Web应用程序,该应用程序只能 在网络服务器上运行? gitweb是具有相同含义的Web应用程序吗 作为用Java servelet编写并在Tomcat上运行的Web应用程序?

Does that imply that gitweb is a web application which can only be run on a web server? Is gitweb a web application in the same sense as a web application written in Java servelet and run on Tomcat?

https://git-scm.com/docs/gitweb#_webserver_configuration

gitweb是一个Git Web界面(Git存储库的Web前端)

gitweb is a Git web interface (web frontend to Git repositories)

Git Pocket Guide

Git带有一个基于Web的存储库浏览器,称为"gitweb".

Git comes with a web-based repository browser called "gitweb."

"Web界面"是否表示Web应用程序的客户端?

Does a "web interface" mean the client of a web application?

这是否意味着gitweb是Web应用程序的客户端,也称为 "gitweb"?

Does that mean gitweb is the client of a web application also called "gitweb"?

推荐答案

我对Web界面和Web应用程序的术语感到困惑.

I am confused about the terms of web interfaces and web applications.

它们实际上是相同的. Web应用程序是在Web服务器上运行的程序.它们生成Web界面.也就是说,它们产生HTML + CSS + Javascript,并且Web界面是用户在浏览器中看到的.

They're actually the same. Web applications are programs that run on web servers. They generate web interfaces. That is, they produce HTML+CSS+Javascript, and web interface is what users see in their browsers.

1…gitweb是只能在Web服务器上运行的Web应用程序? gitweb是Web应用程序,其含义与用Javaservelet编写并在Tomcat上运行的Web应用程序一样吗?​​

1… gitweb is a web application which can only be run on a web server? Is gitweb a web application in the same sense as a web application written in Java servelet and run on Tomcat?

是的. gitweb用Perl编写,但这只是次要的技术细节.

Yes to both. gitweb is written in Perl, but that's a minor technical detail.

2…gitweb是Git Web界面(Git存储库的Web前端)
Git Pocket Guide说:Git带有一个基于Web的存储库浏览器,称为"gitweb".

2… gitweb is a Git web interface (web frontend to Git repositories)
Git Pocket Guide says: Git comes with a web-based repository browser called "gitweb."

gitweb相同.

"Web界面"是否表示Web应用程序的客户端?

Does a "web interface" mean the client of a web application?

不. gitwebgit的客户端,即它从git存储库获取所有信息.它通过其Web界面将获取的信息呈现给用户.使用gitweb的用户使用浏览器查看git存储库. (恐怕我的回答听起来像是在3点左右说话.)

No. gitweb is a client of git, i.e. it takes all its information from git repositories. It presents the acquired information to users via its web interface. A user who uses gitweb views git repositories using a browser. (I'm afraid my answer sounds like I speak to a 3 y.o.)

这是否意味着gitweb是Web应用程序(也称为"gitweb")的客户端?

Does that mean gitweb is the client of a web application also called "gitweb"?

否,只有一个gitweb.这是一个显示git存储库的Web应用程序.

No, there is only one gitweb. It's a web application that shows git repositories.

这篇关于gitweb是Web应用程序还是Web应用程序的客户端?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆